projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99d2f8a
)
[TOOLS] Make xentrace help a little more informative.
author
George Dunlap
<gdunlap@xensource.com>
Tue, 27 Feb 2007 11:06:29 +0000
(06:06 -0500)
committer
George Dunlap
<gdunlap@xensource.com>
Tue, 27 Feb 2007 11:06:29 +0000
(06:06 -0500)
Signed-off-by: George Dunlap <gdunlap@xensource.com>
tools/xentrace/xentrace.c
patch
|
blob
|
history
diff --git
a/tools/xentrace/xentrace.c
b/tools/xentrace/xentrace.c
index d0cea17c2e31076e4cc394bb64fdd9e3d8cb43b1..b3637f3cccdc5e314f47787d506ba4035f798926 100644
(file)
--- a/
tools/xentrace/xentrace.c
+++ b/
tools/xentrace/xentrace.c
@@
-460,11
+460,13
@@
const struct argp_option cmd_opts[] =
{ .name = "cpu-mask", .key='c', .arg="c",
.doc =
- "
set cpu-mask
" },
+ "
Set cpu-mask.
" },
{ .name = "evt-mask", .key='e', .arg="e",
.doc =
- "set evt-mask " },
+ "Set trace event mask. This can accept a numerical (including hex) "
+ " argument or a symbolic name. Symbolic names include: gen, sched, "
+ "dom0op, hvm, and all." },
{ .name = "trace-buf-size", .key='S', .arg="N",
.doc =